home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue35
/
clinic
/
BmpUsr2U.dfm
/
BmpUsr2U.txt
Wrap
Text File
|
1998-03-11
|
696b
|
40 lines
object Form1: TForm1
Left = 200
Top = 108
Width = 416
Height = 233
Caption = 'Form1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 152
Top = 16
Width = 241
Height = 177
AutoSize = True
end
object Button1: TButton
Left = 16
Top = 16
Width = 75
Height = 25
Caption = '&Athena'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 56
Width = 75
Height = 25
Caption = '&Chemical'
TabOrder = 1
OnClick = Button2Click
end
end